entry n. 1.进入,入场;入城;(演员)出场。 2.入口;门口。 3.通道,路口;河口。 4.登记;记载;申报;记录;记载事项,项目,条目。 5.参加;(比赛的)参加人名单。 6.(海关)报关手续,报单。 7.【法律】对土地的侵占;对家宅的侵入。 8.【计算机】输入项目。 a triumphal entry 凯旋入城。 a port of entry 报关海港[口岸]。 double[single] entry 复[单]式簿记。 wordentry (词典的)词条。 entry for consumption 进口货物报单。 entry for free goods 免税货物报单。 make an entry (in) 记入,登记。 make one's entry 出场。
function n. 1.功能,官能,机能,作用。 2.〔常 pl.〕职务,职责。 3.庆祝仪式;(盛大的)集会,宴会。 4.【数学】函数;与其他因素有密切关系的事。 The function of the ear is to listen. 耳的功能是听。 the function of education 教育的功能。 discharge one's functions 尽职。 the functions and powers of the National Congress 全国代表大会的职权。 a controllable function【火箭】遥控程序。 public [social] function招待会,文娱晚会,社交集会。 vital functions 生命机能。 vi. (器官等)活动,(机器等)运行,发挥作用。 function as teacher 担任教师。 a sofa functioning as a bed 兼当床用的沙发。 The lathe doesn't function well. 这台车床有毛病。 function digit [letter] 【计算机】操作数码[字码]。
Before - immediately before the target function entry -紧在目标函数入口的前面。
Before - immediately before the target function entry -紧在目标函数入口的前面。
Immediately after the target function entry -紧在目标函数入口的后面。
Pointer to the mapped function entry point 指向被映射函数入口点的指针
The address is a function entry address that is , this function was called ,那么这个地址就是一个函数的入口地址(也就是说,您正在调用这个函数) 。
Forces parameters passed in registers to be written to their locations on the stack upon function entry 强制将在寄存器中传递的参数写入它们在堆栈上函数入口上的位置。
On function entry , the allocated space is loaded with a security cookie that is computed once at module load 在进入函数时,用安全cookie (它在模块加载时计算一次)加载分配的空间。
So , now you can provide profiling functions to gcc that it will transparently insert into your application s function entry and exit points 因此,现在您就可以为gcc提供一些分析函数了,这些函数可以透明地插入应用程序中的函数入口点和函数退出点。
You have many options , but for the sake of simplicity , just write the addresses to a file , noting which addresses are function entry and which are exit see listing 2 您有很多选择,但是为了简便起见,可以将这个地址简单地写入一个文件,要注意哪个地址是函数的入口地址,哪个地址是函数的出口地址(参见清单2 ) 。